﻿@charset "utf-8";

/*黑白*/
/*html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{
	margin:0;
	padding:0;
}
body,input,textarea,select,button,table{
	font-size:16px;
	line-height:1.25em;
	font-family:Arial,'microsoft yahei',Verdana,Helvetica,sans-serif;
}
/*取消按钮点击的时候有阴影*/
a,img,button,input,textarea{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-ms-tap-highlight-color:rgba(255,255,255,0);
	-moz-tap-highlight-color:rgba(255,255,255,0);
	-o-tap-highlight-color:rgba(255,255,255,0);
}
button, input, textarea, select {
    border: medium none;
    outline: medium none;/*取消chrome下input和textarea的聚焦边框*/
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
}
body{
	min-width:320px;
	font-size:1em;
	-webkit-text-size-adjust:none; 
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit; 
	font-weight: normal;
}
header,footer,section,nav,menu,details,hgroup,figure,figcaption,article,aside{
	margin:0;
	padding:0;
	display:block;
}
img,fieldset{
	border:0;
}
img { 
	vertical-align:middle;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse; 
	width: 100%;
}
a{
	color:#666;
	text-decoration:none;
}
.cl:after{
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.cl{
	zoom:1
}
.rel{
    position: relative;
}
.abs{
	position: absolute;
}
.dis{
    display: block;
}
.hide{
    display: none;
}
.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}
/*arrow*/
.arr_right:after,.arr_left:after{
  content: "";
  width: 0.4rem;
  height:0.4rem;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  top: 50%;
  right:15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_down:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 48%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_up:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 50%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.15rem; 
  }
/*取消滚动条*/
.cansel_scrollbar::-webkit-scrollbar              { /* 1 */  width:0px; background-color:rgba(0,0,0,0);}
.cansel_scrollbar::-webkit-scrollbar-button       { /* 2 */ }
.cansel_scrollbar::-webkit-scrollbar-track        { /* 3 */ }
.cansel_scrollbar::-webkit-scrollbar-track-piece  { /* 4 */ }
.cansel_scrollbar::-webkit-scrollbar-thumb        { /* 5 */ border:none; width:5px;  border-radius:4px; background-color:rgba(0,0,0,0);}
.cansel_scrollbar::-webkit-scrollbar-corner       { /* 6 */ background-color:#41475f;}
.cansel_scrollbar::-webkit-resizer                { /* 7 */ }
.cansel_scrollbar::-webkit-scrollbar:horizontal   { height:1px;}
body {
	background-color: #fff;
}
.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-grow-0{
    flex-grow: 0;
}
.flex-grow-1{
    flex-grow: 1;
}
.flex-x-center{
    display: flex;
    justify-content: center;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-y-start{
   display: flex;
   align-items: flex-start;
}
.flex-x-between{
   display: flex;
   justify-content: space-between;
}
/*login*/
.container{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.container .login_bg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.main_content .login_box{
  width: 30%;
  position: absolute;
  right: 15%;
  top: 18%;
}
.main_content .login_box .box_title{
  font-size: 34px;
  line-height: 1;
  color: #e84100;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10%;
}
.main_content .login_box .loginBox{
  border: 1px solid #d7d7d7;
  box-shadow: 4px 6px 4px rgba(0,0,0,.12);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 6% 40px;
}
.loginBox .sub_title{
  font-size: 20px;
  font-weight: bold;
  color: #2a2a2a;
  margin-bottom: 20px;
}
.loginBox .username,.loginBox .password{
  border-bottom: 1px solid #d5d5d5;
  height: 60px;
  width: 100%;
  line-height: 60px;
  text-indent: 10px;
  font-size: 16px;
  color: #2a2a2a;
}
input::placeholder{
  font-size: 16px;
  color: #666;
}
.code_box{
  display: flex;
  align-items: center;
  margin-top: 4%;
  margin-bottom: 5%;
}
.code_box .code_number{
  border: 1px solid #dcdcdc;
  height: 50px;
  line-height: 50px;
  width: 61%;
  margin-right: 2%;
  text-indent: 10px;
  font-size: 16px;
  color: #2a2a2a;
}
.code_box .gained{
  height: 50px;
  line-height: 50px;
  width: 37%;
  background-color: #e4e4e4;
  color: #e84100;
  font-size: 16px;
  cursor: pointer;
}
.login_in{
  width: 100%;
  height: 52px;
  line-height: 52px;
  background-color: #e84100;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 22px;
}
.forget_password{
  display: block;
  font-size: 16px;
  color: #2a6cff;
  text-decoration: underline;
  margin-top: 20px;
}
/*不忘初心，牢记使命*/
.container .top_banner{
  width: 100%;
}
.container .item1{
  width: 1200px;
  height: 368px;
  margin: 50px auto;
  background-color: #f2f2f2;
  position: relative;
  display: flex;
  align-items: center;
}
.container .item1 .title{
  height: 100%;
  width: 70px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.container .item1 .title .vertical_bar{
  height: 100%;
  width: 100%;
}
.container .item1 .title span{
  font-size: 28px;
  color: #fff;
  width: 40px;
  line-height: 2;
  text-align: center;
  display: block;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.video_box{
  width: 590px;
  height: 100%;
}
.video_box video{
  width: 450px;
  height: 250px;
  border:1px solid #a62c2c;
  margin: 59px 70px;
}
.newsList .news_list{
  border-bottom: 1px solid #ddd;
  position: relative;
  font-size: 16px;
  width: 400px;
  margin-right: 120px;
  padding: 8px 30px 10px 60px;
  margin-top: 20px;
}
.newsList .news_list a{
  display: block;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.newsList .news_list:first-child{
  margin-top: 0;
}
.newsList .news_list:after{
  content: '';
  width: 6px;
  height: 6px;
  background-color: #c21b1f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.item2{
  width: 1018px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item2 .info{
  display: flex;
  flex-direction: column;
  width: 470px;
}
.item2 .info .sub_title{
  position: relative;
  font-size: 32px;
  color: #000;
  margin-bottom: 50px;
}
.item2 .info .sub_title:after{
  content: '';
  width: 125px;
  height: 6px;
  background-color: #e9e9e9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.infoList{
  width: 100%;
}
.infoList .info_list{
  height: 70px;
  width: calc(100% - 30px);
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.infoList .info_list a{
  display: block;
  color: #818181;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
.infoList .info_list:after{
  content: '';
  width: 0px;
  height: 0px;
  color: #fff;
  text-align: center;
  border-top: 4px solid transparent;
  border-left: 8px solid #c21b1f;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.item2 .info_pic{
  display: block;
  width: 480px;
  height: 300px;
  border: 1px solid #e9e9e9;
  cursor: pointer;
}
.item2 .info_pic img{
  width: 100%;
  height: 100%;
}
.item3{
  width: 100%;
  height: 630px;
  position: relative;
}
.item3 .item_bg{
  width: 600px;
  height: 100%;
  position: absolute;
  left: -160px;
  top: 0;
  bottom: 0;
}
.item3 .item_bg img{
  width: 100%;
  height: 100%;
}
.item3 .item_bg .sub_title{
  position: absolute;
  font-size: 32px;
  color: #fff;
  right: 30px;
  top: 50px;
}
.item3 .item_bg .sub_title:after{
  content: '';
  width: 6px;
  height: 40px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.item3 .learning_materials{
  background-color: #fff;
  width: 88%;
  height: 430px;
  box-shadow: 0 0 20px 4px rgba(0,0,0,.1);
  position: absolute;
  left: 6%;
  top: 100px;
  display: flex;
  align-items: center;
}
.item3 .learning_materials .item_line{
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.item3 .learning_materials .content{
  width: 1018px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video_box2 video{
  width: 450px;
  height: 250px;
  margin-right: 120px;
  border: 1px solid #a62c2c;
}
.learningList{
  width: 100%;
}
.learningList .learning_list{
  height: 80px;
  width: calc(100% - 30px);
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.learningList .learning_list a{
  display: block;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
.learningList .learning_list:after{
  content: '';
  width: 13px;
  height: 13px;
  background:url(../images/star_five.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.item4{
  width: 1200px;
  margin: 30px auto 100px;
  display: flex;
  align-items: center;
}
.item4 .m_box{
  display: block;
  width: 360px;
  text-align: center;
  padding:20px;
}
.item4 .m_box:hover{
  box-shadow: 4px 4px 30px 4px rgba(227,227,227,.7);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.item4 .m_box .icon{
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
}
.item4 .m_box .icon img{
  width: 100%;
  height: 100%;
}
.item4 .m_box .list_title{
  font-size: 32px;
  color: #000;
  display: block;
  margin-bottom: 30px;
}
.item4 .m_box:hover .list_title{
  color: #ac0000;
}
.learningList2{
  width: 100%;
}
.learningList2 .learning_list2{
  height: 70px;
  width: calc(100% - 15px);
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.learningList2 .learning_list2 a{
  display: block;
  color: #818181;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.m_box:hover .learningList2 .learning_list2 a{
  color: #000;
}
.learningList2 .learning_list2:after{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #8b8b8b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.m_box:hover .learningList2 .learning_list2:after{
  background-color: #ac0000;
}
.footer{
  width: 100%;
  background-color: #7f1315;
  text-align: center;
  padding: 30px 0 15px;
}
.footer ul{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.footer ul li a{
  display: block;
  width: 80px;
  text-align: center;
  position: relative;
}
.footer ul li a:after{
  content: '';
  width: 1px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.footer ul li:last-child a:after{
  display: none;
}
.footer p a:not(:last-child){
  margin-right: 30px;
}
.footer p a img{
  margin-right: 5px;
}
.footer a{
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
}
.footer .bottom_s2{
  margin-top: 15px;
}
/*新思想 十九大*/
.topbannerList{
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 40px auto 20px;
}
.topbannerList li a{
  display: block;
  width: 285px;
  margin-right: 20px;
  box-shadow: 0 4px 15px 2px rgba(161,11,0,.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.topbannerList li a img{
  width: 100%;
  height: 100%;
}
.topbannerList li:last-child a{
  margin-right: 0;
}
.newIdeas_item{
  width: 1200px;
  margin: 0 auto 30px;
}
.newIdeas_item .newIdeas_title{
  position: relative;
  margin-bottom: 30px;
}
.newIdeas_item .newIdeas_title img{
  width: 100%;
}
.newIdeas_item .newIdeas_title .more{
  font-size: 16px;
  font-weight: bold;
  color: #e89e2b;
  position: absolute;
  right: 0;
  bottom: 6px;
}
.newIdeas_item .newIdeas_box{
  width: 100%;
  height: 710px;
  border: 1px solid #e7e7e6;
  box-shadow: 4px 4px 4px rgba(178,178,178,.15);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}
.newIdeas_item .newIdeas_box:after{
  content: '';
  width: 260px;
  height: 100%;
  background-color: #ececec;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.newIdeasList{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 670px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 40px;
}
.newIdeasList .newIdeas_list{
  display: flex;
  height: 80px;
}
.newIdeasList .newIdeas_list .time_box{
  width: 260px;
  height: 100%;
  background-color: #ececec;
  position: relative;
}
.newIdeasList .newIdeas_list:not(:nth-child(1)) .time_box:before{
  content: '';
  width: 3px;
  height: 80px;
  background-color: #b5b5b5;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.newIdeasList .newIdeas_list:last-child .time_box:before{
  height: 150px;
}
.newIdeasList .newIdeas_list .time_box:after{
  content: '';
  width: 12px;
  height: 12px;
  background-color: #bfbfbf;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: -4.5px;
  bottom: -6px;
  z-index: 100;
}
.newIdeasList .newIdeas_list:nth-child(2n) .time_box:after{
  background-color: #bd171e;
}
.newIdeasList .newIdeas_list .time_box span{
  font-size: 16px;
  color: #595858;
  display: block;
  width: 220px;
  height: 36px;
  line-height: 36px;
  margin-top: 44px;
  text-align: center;
  margin-left: 40px;
  position: relative;
}
.newIdeasList .newIdeas_list .time_box span:after{
  content: '';
  width: 220px;
  height: 1px;
  border-bottom: 1px dashed #bfbfbf;
  position: absolute;
  left: 0;
  bottom: 0;
}
.newIdeasList .newIdeas_list .news_box{
  position: relative;
  width: 870px;
  height: 100%;
  display: block;
}
.newIdeasList .newIdeas_list .news_box p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;  
  width: 100%;
  position: absolute;
  left: 40px;
  top: 70px;
  right: 30px;
  font-size: 16px;
  color: #000;
}
.newIdeasList .newIdeas_list .news_box p:hover{
  color: #cc2501;
}
.new_ideas{
  padding: 30px 0;
  background-color: #bd171e;
}
.new_ideas .bottom_s2{
  margin-left: 30px;
  margin-top: 0;
}
/*城市基层党建*/
.basic {
    padding: 30px 0;
    background-color: #eb4e35;
}
.basic .bottom_s2 {
    margin-left: 30px;
    margin-top: 0;
}
.basic_content{
  position: absolute;
  left: 0;
  top: 280px;
  right: 0;
}
.navbarList{
  width: 1200px;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 2px 10px 4px rgba(118,118,118,.2);
  margin: 0 auto 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.navbarList ul{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.navbarList ul li{
  text-align: center;
  width: calc(100% / 7);
  position: relative;
}
.navbarList ul li:not(:last-child):after{
  content: '';
  width: 1px;
  height: 36px;
  background-color: #d8d8d8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); 
  -moz-transform: translateY(-50%); 
  -ms-transform: translateY(-50%); 
  -o-transform: translateY(-50%);  
}
.navbarList ul li a{
  font-size: 18px;
  color: #7c7c7c;
  width: 100%;
  display: block;
}
.navbarList ul li a:hover,.navbarList ul li.active a{
  color: #cc2501;
}
.basic_item1{
  margin: 0 auto 30px; 
}
.basic_title{
  width: 1200px;
  height: 44px;
  margin: 0 auto;
  border-bottom: 1px solid #ececec;
  display: flex;
  align-items: center;
}
.basic_title .front{
  display: flex;
  align-items: flex-end;
  position: relative;
  font-size: 20px;
  color: #000;
}
.basic_title .front:after{
  content: '';
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #de2f12;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.basic_title .front img{
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.basic_info{
  width: 1018px;
  margin: 30px auto;
  display: flex;
  align-items: center;
}
.basic_info .left_pic{
  display: block;
  width: 410px;
  height: 308px;
  margin-right: 70px;
}
.basic_info .right_pic .sub_title{
  font-size: 20px;
  color: #cc2400;
  margin-top: 20px;
  line-height: 30px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.areaBox .sub_title{
  font-size: 20px;
  color: #cc2400;
  margin-top: 20px;
  line-height: 30px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.basic_info .article{
  width: 538px;
}
.basic_info .article .sub_title{
  font-size: 24px;
  color: #cc2400;
  margin-bottom: 40px;
  line-height: 30px;
}
.basic_info .article .sub_text{
  font-size: 17px;
  color: #7b7b7b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  line-height: 1.8;
}
.basicList{
  width: 1018px;
  margin: 0 auto;
}
.basic_more{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  color: #cc2400;
  margin-bottom: 10px;
}
.basic_more img{
  width: 22px;
  height: 22px;
  margin-left: 10px;
}
.basicList ul{
  display: flex;
  flex-wrap: wrap;
}
.basicList ul li{
  height: 60px;
  width: calc(46% - 20px);
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-right: 8%;
}
.basicList ul li:nth-child(2n){
  margin-right: 0;
}
.basicList ul li:after{
  content: '';
  width: 0px;
  height: 0px;
  color: #fff;
  text-align: center;
  border-top: 4px solid transparent;
  border-left: 8px solid #de2f12;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.basicList ul li a p{
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
.white_bg{
  width: 90%;
  background-color: #fff;
  box-shadow: 0 2px 18px 2px rgba(201,201,201,.6);
  margin: 0 auto 30px;
  padding: 20px 0 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.basic_item2{
  position: relative;
}
.basic_item2:after{
  content: '';
  width: 100%;
  height: 320px;
  background-color: #ececec;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: -1;
}
.basic_info .right_pic {
    display: block;
    width: 410px;
    height: 308px;
    margin-left: 70px;
}
.basic_info .left_pic img,.basic_info .right_pic img{
  width: 100%;
  height: 100%;
}
.basic_info2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.basic_info2 .left_list,.basic_info2 .right_detail{
  width: 490px;
  height: 700px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 18px 2px rgba(201,201,201,.6);
  margin: 30px 0 15px;
  padding: 0 40px;
}
.basic_info2 .left_list{
  background-color: #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.basic_info2 .left_list ul{
/*   width: 310px; */
}
.basic_info2 .left_list ul li{
  height: 40px;
  width: calc(100% - 20px);
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.basic_info2 .left_list ul li:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #de2f12;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.basic_info2 .left_list ul li a p {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
.basic_info2 .basic_more{
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.basic_info2 .right_detail .r_title{
  font-size: 20px;
  color: #cc2400;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 40px;
  line-height: 40px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.basic_info2 .right_detail .r_text{
  font-size: 17px;
  color: #7b7b7b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 1.8; 
}
.basic_info2 .right_detail .r_pic{
	width: 388px;
	height: 308px;
	margin: 30px 0px 10px;
}
.basicList2 {
  width: 1018px;
  margin: 0 auto;
}
.basicList2 ul{
  width: 100%;
}
.basicList2 ul li{
  height: 40px;
  width: calc(100% - 25px);
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.basicList2 ul li:after{
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/ring.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.basicList2 ul li a p{
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
.basic_item3{
  position: relative;
  margin-bottom: 90px;
}
.basic_item3:after{
  content: '';
  width: 100%;
  height: 490px;
  background-color: #ececec;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: -1;
}
.areaBox{
  display: flex;
  align-items: flex-start;
  width: 1120px;
  margin: 0px auto 0;
  border: 1px solid #ececec;
  padding: 30px 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.areaBox .area_name{
  width: 105px;
  height: 105px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 2px 10px 2px rgba(37,37,37,.5);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 80px 0 10px;
}
.areaBox .area_name .name,.areaBox .area_name .name2{
  font-size: 22px;
  color: #fff;
  display: block;
  width: 50px;
  text-align: center;
  line-height: 1.4;
}
.areaBox .area_name .name2{
  width: 90px;
}
.areaBox .area_name .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.areaBox .module_pic{
  width: 335px;
  height: 250px;
  margin-right: 120px;
}
.areaBox .areaList{
  width: 470px;
}
.areaBox .areaList ul{
  width: 100%;
}
.areaBox .areaList ul li{
  height: 40px;
  width: calc(100% - 25px);
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.areaBox .areaList ul li:after{
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/ring.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.areaBox .areaList ul li a p{
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
.areaBox .basic_more{
  margin-right: 10px;
}
a p:hover{
  color: #cc2501!important;
}
/*社区治理*/
.community_content{
  position: absolute;
  left: 0;
  top: 210px;
  right: 0;
}
.community_content .communityItem{
  background-color:rgba(255,255,255,.88);
  width: 1200px; 
  margin: 0 auto;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  box-shadow: 0 2px 10px 2px rgba(224,224,224,.3);
  border: 1px solid #ebebeb;
}
.moddle_img{
  width: 100%;
  position: absolute;
  left: 0;
  top: 400px;
  right: 0;
}
.community_item1{
  margin: 15px 30px;
}
.community_title{
  width: 1140px;
  height: 44px;
  border-bottom: 1px solid #ececec;
  display: flex;
  align-items: center;
}
.community_title .front {
  position: relative;
  font-size: 20px;
  color: #000;
}
.community_title .front:after{
  content: '';
  width: calc(100% + 30px);
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #de2f12;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.communityList{
  width: 1018px;
  margin: 0 auto;
}
.communityList ul {
  display: flex;
  flex-wrap: wrap;
}
.communityList ul li{
  height: 60px;
  width: calc(46% - 20px);
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-right: 8%;
}
.communityList ul li:nth-child(2n) {
    margin-right: 0;
}
.communityList ul li:after{
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/ring.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.communityList ul li a p{
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
.communityList2 {
  width: 100%;
  background-color: #f4f4f4;
  position: relative;
}
.communityList2 .img4{
  width: 400px;
  position: absolute;
  right: calc(50% - 509px);
  top: 60px;
}
.communityList2 ul {
  width: 34%;
  margin-left: calc(50% - 509px);
  padding: 15px 0; 
}
.communityList2 ul li{
  height: 60px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.communityList2 ul li:after{
  content: '';
  width: 0px;
  height: 0px;
  color: #fff;
  text-align: center;
  border-top: 4px solid transparent;
  border-left: 8px solid #de2f12;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.communityList2 ul li a p{
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
.community_item2 .community_title{
  margin: 15px auto;
}
.white_bg2{
  width: 1200px;
  margin: 30px auto 100px;
  background-color: #fff;
  box-shadow: 0 2px 10px 2px rgba(201,201,201,.6);
}
.white_bg2 .community_title{
  padding-top: 20px;
}
.white_bg2 .basicList{
  padding-bottom: 30px;
}
.community_red{
  background-color: #962203;
}